home *** CD-ROM | disk | FTP | other *** search
- Path: news.euro.net!usenet
- From: Cebuco / BBC <bbc_mere@euronet.nl>
- Newsgroups: comp.lang.c++
- Subject: Printing problem
- Date: Mon, 01 Apr 1996 14:43:14 -0800
- Organization: BBC
- Message-ID: <31605C02.1FA6@euronet.nl>
- NNTP-Posting-Host: p215.asd.euronet.nl
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- I'm using Borland C++ 4.51 and OWl 2.5 in Windows 3.11 and am having a problem with printing.
- I've made a class extending the standard TPrintout class.
- When i'm printing 7 out of 9 pages it works fine, but with the 8-th and 9-th page only a blank
- page is printed.
- I overruled the HasPage-method and when debugging this method page 8 and page 9 result in TRUE,
- but the method PrintPage is not called. I debugged page 1 through 7 in the method PrintPage, but
- page 8 and page 9 skipped this method (while HasPage returns TRUE)!!!
- What is going wrong???
- I think it is not a matter of memory or free resources (I have plenty of both)
-